bitkeeper revision 1.1327.2.13 (4270d6c35WpxFmhdkREjmSvk82s-Bg)
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Thu, 28 Apr 2005 12:27:47 +0000 (12:27 +0000)
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Thu, 28 Apr 2005 12:27:47 +0000 (12:27 +0000)
commit51a9f171a5de469910dcf8a4fc1f34e042e17fac
tree6f4594dc095baf69fef1a058aa669acd2bd28c2d
parentb4ac7763beeabbc040395b860560d92014ce5005
bitkeeper revision 1.1327.2.13 (4270d6c35WpxFmhdkREjmSvk82s-Bg)

Merge Jeremy's pygrub bootloader patch.

Signed-off-by: Jeremy Katz <katzj@redhat.com>
Signed-off-by: Mike Wray <mike.wray@hp.com>
16 files changed:
.rootkeys
tools/Makefile
tools/pygrub/Makefile [new file with mode: 0644]
tools/pygrub/setup.py [new file with mode: 0644]
tools/pygrub/src/GrubConf.py [new file with mode: 0644]
tools/pygrub/src/__init__.py [new file with mode: 0644]
tools/pygrub/src/fsys/__init__.py [new file with mode: 0644]
tools/pygrub/src/fsys/ext2/__init__.py [new file with mode: 0644]
tools/pygrub/src/fsys/ext2/ext2module.c [new file with mode: 0644]
tools/pygrub/src/fsys/ext2/test.py [new file with mode: 0644]
tools/pygrub/src/pygrub [new file with mode: 0644]
tools/python/xen/xend/XendBootloader.py [new file with mode: 0644]
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/server/blkif.py
tools/python/xen/xm/create.py
tools/xfrd/xfrd.c